From: Gabor Juhos Date: Wed, 30 Jul 2008 18:19:35 +0000 (+0000) Subject: cyrus-sasl: add libtool fixup, now it compiles for ppc target as well X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=45fb52952d5fd490f17acb47430cf8e44c12f7a1;p=openwrt%2Fsvn-archive%2Fpackages.git cyrus-sasl: add libtool fixup, now it compiles for ppc target as well SVN-Revision: 12018 --- diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile index 6cc511199..8b39cdbdd 100644 --- a/libs/cyrus-sasl/Makefile +++ b/libs/cyrus-sasl/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -20,6 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install PKG_BUILD_DEPENDS:=libopenssl +PKG_FIXUP = libtool include $(INCLUDE_DIR)/package.mk